From: Richard M. Stallman Date: Wed, 7 Apr 1993 22:09:23 +0000 (+0000) Subject: (interrupt_input_blocked): Make this signed int. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96581 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=61836955225900708449f6220b3e2844d1c62b7d;p=emacs.git (interrupt_input_blocked): Make this signed int. --- diff --git a/src/blockinput.h b/src/blockinput.h index 0571a648107..f8b09419b7d 100644 --- a/src/blockinput.h +++ b/src/blockinput.h @@ -43,7 +43,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ interrupt_input_pending to a non-zero value. If that flag is set when input becomes unblocked, UNBLOCK_INPUT will send a new SIGIO. */ -extern unsigned int interrupt_input_blocked; +extern int interrupt_input_blocked; /* Nonzero means an input interrupt has arrived during the current critical section. */